/*common CSS Document */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}

.wrap .loading {
    z-index: 9999;
    position: fixed;
    width: 100%;
    max-width: 640px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5)!important;
}

    .wrap .loading .splashscreen {
        position: absolute;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-60%) translateY(-50%);
        top: 50%;
        left: 50%;
        display: block;
    }

.loading .ui-loader {
    opacity: .85;
}

    .loading .ui-loader .ui-icon {
        position: static;
        display: block;
        opacity: .9;
        width: 3rem;
        background-color: transparent;
        width: 50px;
        height: 50px;
    }

.webLeft, .webRight {
    display: none;
}

u {
    text-decoration: none;
    /*text-decoration: underline;*/
    border-bottom: 1px solid #968E8E;
}

@media only screen and (min-width:640px) {
    .webLeft, .webRight {
        position: fixed;
        display: block;
        width: calc(50% - 320px);
        height: 100%;
        top: 0;
        z-index: 999;
        background: #282828;
    }

    .webLeft {
        left: 0;
    }

    .webRight {
        right: 0;
    }
}

.spin {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation: spin 1s infinite;
    -ms-animation: spin 1s infinite;
    -moz-animation: spin 1s infinite;
    -o-animation: spin 1s infinite;
    animation: spin 1s infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading .ui-icon-loading {
    background-image: url(../images/loading.png);
    border-radius: 1rem;
    background-size: 3rem 3rem;
}
/*公共部分css*/
#navbar {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    margin-left: -375px;
    z-index: 888;
}


.menu {
    position: fixed;
    max-width: 400px;
    height: 100%;
    /*width: 320px;*/
    left: 60%;
    /*margin-left:5%;*/
    right: 0%;
    top: 50px;
    overflow: hidden;
    display: none;
    /*background: #3b3b3b;*/
    background-color: #ececec;
    /*background: rgba(49, 74, 104, 0.9);*/
    margin-bottom: 500px;
}

    .menu ul {
        width: 100%;
        /*background-color: white;*/
        margin-top: 0px;
        z-index: 101;
    }

        .menu ul li {
            border-bottom: solid 1px #D8D8D8;
            display: block;
            height: 50px;
            text-align: left;
            line-height: 50px;
            position: relative;
        }

            .menu ul li a {
                margin-left: 20px;
                display: block;
                
                color: #686868;
                font-size: 15px;
                font-weight: 600;
                text-decoration: none;
                padding: 0 0 0 40px;
            }

            .menu ul li span {
                width: 28px;
                height: 10px;
                top: 100px;
                left: 80px;
                position: absolute;
                display: none;
            }

            .menu ul li:hover {
                background-color: #f4f4f4;
            }



.memuclose {
    text-align: left;
}

    .memuclose a {
        display: block;
        font-size: 32px;
        margin-left: 60%;
        /*margin-right:80px;*/
    }

.index_menu_footer {
    height: 1px;
    background-color: #ececec;
}

.index_menu_weixin {
    height: 130px;
    width: 50%;
    float: left;
    text-align: center;
    background-color: #ffffff;
}

    .index_menu_weixin img {
        width: 100px;
    }

.index_menu_share {
    height: 130px;
    width: 49%;
    float: right;
    text-align: center;
    background-color: #ffffff;
}

    .index_menu_share img {
        width: 100px;
    }

.index_div_share {
    display: none;
    height: 130px;
    margin-top: 5px;
}

.menubtn_back {
    height: 10px;
    padding: 25px 10px;
    width: 40px;
    margin-left: 10px;
    float: left;
    background: url(../images/btn.png) center no-repeat;
    background-size: 22px;
    cursor: pointer;
}

.memu_logo {
    display: none;
}

.menu_copy {
    max-width: 640px;
    z-index: 100000;
    width: 100%;
    height: 15px;
    /*position: fixed;
    bottom: 10px;*/
    text-align: center;
    color: #434343;
    font-size: 12px;
    margin: 12px 0px;
    display: block;
}

.left_menu_p1 {
    background: url(../images/icon.png) no-repeat 40px 8px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p2 {
    background: url(../images/icon.png) no-repeat 40px -40px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p3 {
    background: url(../images/icon.png) no-repeat 40px -88px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p4 {
    background: url(../images/icon.png) no-repeat 40px -138px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p5 {
    background: url(../images/icon.png) no-repeat 40px -185px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}
/*-220*/
.left_menu_p6 {
    background: url(../images/icon.png) no-repeat 40px -257px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}
/*-220*/
.left_menu_p7 {
    background: url(../images/icon.png) no-repeat 40px -300px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p8 {
    background: url(../images/icon.png) no-repeat 40px -345px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}

.left_menu_p9 {
    background: url(../images/icon_03.png) no-repeat 42px 20px;
    padding-left: 25px;
    background-color: transparent;
    display: inline-block;
}
#menu_wx {
    float: left;
    height: 60px;
    width: 60px;
    background: url(../images/btn_share.png) no-repeat 0px 0px;
}

#menu_qq {
    float: left;
    height: 60px;
    width: 60px;
    background: url(../images/btn_share.png) no-repeat -80px 0px;
}

#menu_weibo {
    float: left;
    height: 60px;
    width: 60px;
    background: url(../images/btn_share.png) no-repeat -150px 0px;
}


.current {
    background: #ccb46a;
    color: #fff !important;
}

.common_copy {
    max-width: 640px;
    z-index: 100;
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: 0px;
    background-color: #f7f7f7;
    line-height: 40px;
    text-align: center;
    color: #434343;
    font-size: 12px;
    margin: 15px 0 0 0px;
    display: block;
    opacity: 0.9;
}


.kqcn {
    margin: 10px;
    color: #383838;
    line-height: 30px;
}

#kqcn {
    border-bottom: 1px solid #968E8E;
}

.kqcom {
    margin: 10px;
    color: #383838;
    line-height: 30px;
}

#kqcom {
    border-bottom: 1px solid #968E8E;
}

.kqinfo {
    color: #383838;
    width: 100%;
    max-width: 640px;
    display: none;
    position: fixed;
    /*text-align: center;*/
    bottom: 40px;
    background: white;
    z-index: 8;
    line-height: 30px;
    background-color: #f1f1f1;
    box-shadow: 2px 0px 10px #d1d1d1;
}

.kqcon {
    line-height: 30px;
    height: 30px;
    background: #f1f1f1;
    padding: 5px;
}

.kqinfo h4 {
    margin: 0px 0px 0 5px;
    float: left;
    font-weight: normal;
    color: #434343;
    font-size: 17px;
}

.kqinfo p {
    float: right;
    margin: 0px 10px 0 0;
    font-size: 32px;
    color: #8f8f8f;
}

.kqconinfo {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 10px;
    font-weight: normal;
    background-color: #f1f1f1;
    color: #434343;
}

.kqqqinfo {
    margin-left: auto;
    margin-right: auto;
    clear: both;
    padding: 10px;
    font-weight: normal;
    background-color: #f1f1f1;
    color: #605E5E;
    font-size: 17px;
    line-height: 40px;
}



    .kqqqinfo img {
        display: block;
        border: 0px;
        padding: 0px;
        margin: 0px;
        margin-top: 6px;
    }

    .kqqqinfo a {
        color: #605E5E;
    }

.nonec {
    text-align: center;
    margin-top: 50px;
}

.morebtn {
    background-color: #CCCEDB;
    border-bottom: 0px solid #D7DDE1;
    border-top: 0px solid #D7DDE1;
    height: 60px;
    text-align: center;
}

    .morebtn span {
        color: #000;
        line-height: 60px;
    }

.sousou {
    float: right;
    margin: 8px;
}

.back-to-top {
    bottom: 110px;
    width: 40px;
    height: 40px;
    right: 15px;
    z-index: 999;
    position: fixed;
    opacity: 1;
    display: none;
}

    .back-to-top img {
        width: 100%;
        height: 100%;
    }

@media only screen and (min-width:640px) {
    .back-to-top {
        right: calc(50% - 305px);
    }
}

@media only screen and (max-width:500px) {

    .cntip {
        border-top: 1px solid #cfcfcf;
        text-align: left;
    }

    .kqinfo {
        line-height: 28px;
    }
}

@media only screen and (min-width:500px) {
    .cntip {
        float: right;
    }

    .cntiptel {
        float: left;
    }
}

.kqimginfo {
    z-index: 8;
}

    .kqimginfo div {
        background-color: #f1f1f1;
        text-align: center;
        width: 50%;
        line-height: 30px;
        font-size: 16px;
        padding: 30px 0;
        color: #434343;
    }

    .kqimginfo img {
        height: 80px;
        vertical-align: middle;
    }

#kqimginfo {
    z-index: 99999;
}

#kqwxinfo {
    bottom: 0px;
    z-index: 99999;
    background-color: rgb(241, 241, 241);
}

#kqindexwxinfo {
    bottom: 0px;
    z-index: 99999;
      background-color: rgb(241, 241, 241);
}

.kqwxinfo div {
    background-color: #f1f1f1;
    text-align: center;
    width: 20%;
    line-height: 30px;
    font-size: 10px;
    padding: 30px 0;
    color: #434343;
}

.kqwxinfo img {
    height: 45px;
    vertical-align: middle;
}


#ytel {
    padding-left: 45px;
    background: url(../images/telcoin.png) no-repeat -5px 3px;
}

#ywx {
    padding-left: 45px;
    background: url(../images/telcoin.png) no-repeat -5px -113px;
}

#yqq {
    padding-left: 45px;
    background: url(../images/telcoin.png) no-repeat -5px -228px;
}


#layertips {
    background-color: rgba(12, 11, 11, 0.6);
    position: absolute;
    z-index: 200;
    max-width: 240px;
    min-width: 100px;
    word-wrap: break-word;
    height: 50px;
    line-height: 50px;
    left: 0;
    top: 0;
    margin: auto;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    text-align: center;
    color: white;
    padding: 0 2px 0 2px;
}

#kqcopyinfo input {
    width: 200px;
    padding: 5px 8px;
}

.kqcopyinfo div {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

#nr {
    font-weight: bold;
    font-size: 22px;
}

.shadeloading {
    z-index: 100;
    position: fixed;
    width: 100%;
    /*max-width: 640px;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5)!important;
    display: none;
    z-index: 999;
}
.shademenuloading {
     z-index: 100;
    position: fixed;
    width: 100%;
    /*max-width: 640px;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,.5)!important;
    display: none;
    z-index: 20;
}

#kqjxinfo {
    border: 1px solid #d8d8d8;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 250px;
    height: 300px;
    font-size: 18px;
    line-height: 22px;
    display: none;
    background: white;
    color: #1A1A1A;
    z-index: 99999;
}
#kqjxtip {
    border: 1px solid #d8d8d8;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 260px;
   height: 120px;
    font-size: 18px;
    line-height: 22px;
    display: none;
    background: white;
    color: #1A1A1A;
    z-index: 99999;

}

/*地图样式*/
.jxinfo {
    color: #383838;
    width: 100%;
    max-width: 640px;
    display: none;
    position: absolute;
    /*text-align: center;*/
    bottom: 0px;
    /*border: 1px solid rgb(102, 102, 102);*/
    background: white;
    height: 350px;
    height: 100%;
    z-index: 777;
}
#wx_share {
    border: 1px solid #d8d8d8;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 250px;
    height: 300px;
    font-size: 18px;
    line-height: 30px;
    display: none;
    background: white;
    color: #1A1A1A;
    z-index: 99999;
}

#wx_qrcode {
    border: 1px solid #d8d8d8;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 250px;
    height: 300px;
    font-size: 18px;
    line-height: 30px;
    display: none;
    background: white;
    color: #1A1A1A;
    z-index: 99999;
}

#wx_weburl {
    border: 1px solid #d8d8d8;
    text-align: center;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 250px;
    height: 300px;
    font-size: 18px;
    line-height: 30px;
    display: none;
    background: white;
    color: #1A1A1A;
    z-index: 99999;
}

#wx_qrcode .bsPlatName {
    font-size: 16px;
}

#wx_qrcode .bsTop {
    line-height: 18px;
    margin-top: 20px;
}

#wx_qrcode .code img {
    margin-top: 0px;
}

.wxclose {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    color: #666;
    font-size: 32px;
}

.bsTop {
    width: 200px;
}

#wx_qrcode .code {
    text-align: center;
    width: 190px;
    height: 190px;
}

#wx_weburl .code {
    margin: 30px;
    text-align: center;
    width: 190px;
    height: 190px;
}

.code {
    margin-bottom: 10px;
    text-align: center;
    width: 190px;
    height: 190px;
}

    .code img {
        margin-top: 10px;
        width: 100%;
        height: 100%;
    }

#mcover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20000;
}

    #mcover img {
        position: fixed;
        left: 0px;
        width: 100%;
        top: 0px;
        z-index: 20001;
    }

#iwxarrows {
    border-left: 1px solid #d1d1d1;
    padding-left: 5px;
    margin-left: 5px;
}

.qqname {
    width: 100px;
    vertical-align: top;
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

#returnBtn {
    width: 10px;
}

    #returnBtn a {
        width: 20px;
        padding: 0px;
    }

.PagerView {
    color: #333;
    text-align: center;
    margin-top: 8px;
}

    .PagerView span {
        color: #999;
        margin: 0 2px;
        padding: 3px 7px;
        border: 1px solid #ccc;
    }

        .PagerView span.on {
            color: #333;
            font-weight: bold;
            border: 1px solid #888;
        }

    .PagerView a {
        color: #00f;
        display: inline !important;
        text-decoration: none;
    }

        .PagerView a span {
            border: 1px solid #66c;
            color: #33f;
        }

        .PagerView a:hover span {
            color: #f00;
            background: #ff9;
        }

#yyue {
    padding-left: 45px;
    background: url(../images/telcoin.png) no-repeat -5px -340px;
}

.yyuebtn {
    display: inline-block;
    padding: 6px 0px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.gbt-green {
    background: #86bc4c;
    color: #fff;
}

.gbn {
    padding: 0 16px;
    text-align: center;
    display: inline-block;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s ease-out 0s;
}

.noteeth {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: #383838;
}
.doctorinfo {


    font-family: "宋体", Verdana !important;

}